h1
{
text-align: center;
text-decoration: underline;
}

body
{

background-color: darkturquoise;

}

h1
{
color: gray;
}

p
{
text-decoration: underline;
}